home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 144 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  722 b 

  1. Path: news.cybercomm.net!usenet
  2. From: jwrugo@raven.cybercom.com (John W. Rugo)
  3. Newsgroups: comp.lang.rexx
  4. Subject: VX-REXX and Compound Vairable Save to File?
  5. Date: 9 Jan 1996 14:59:46 GMT
  6. Organization: [Self]
  7. Distribution: inet
  8. Message-ID: <4ctvt2$414@crow.cybercomm.net>
  9. NNTP-Posting-Host: sl-002.sl.cybercomm.net
  10. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  11.  
  12. Hi,
  13.  
  14. I need some direction as to how to use compound variables and
  15. save the results to a file and thus retrieve the file info.
  16.  
  17. Let's say I had an address book with entry fields:
  18.  
  19. person.!name
  20. person.!street
  21. person.!city
  22. person.!state
  23. person.!zip
  24.  
  25. 1. How do I get and asigne the values from the entry fields?
  26. 2. How do I save the information to a file?
  27.